internal/sync.HashTrieMap.seed (field)
9 uses
internal/sync (current package)
hashtriemap.go#L27: seed uintptr
hashtriemap.go#L53: ht.seed = uintptr(runtime_rand())
hashtriemap.go#L66: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L90: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L169: oldHash := ht.keyHash(unsafe.Pointer(&oldEntry.key), ht.seed)
hashtriemap.go#L207: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L285: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L311: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L373: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)